widget: Remove cursor-aspect-ratio/window-dragging style properties
authorTimm Bäder <mail@baedert.org>
Wed, 5 Oct 2016 15:23:29 +0000 (17:23 +0200)
committerBenjamin Otte <otte@redhat.com>
Sun, 16 Oct 2016 16:17:21 +0000 (18:17 +0200)
commit9fd1a1bbe30fba7a28877871da5b412db6f101c0
treeba88d1c7ece429da0105c7fbad0749701617876f
parentccd3ff7fbae190305c2821deed6ebafa115ab4cf
widget: Remove cursor-aspect-ratio/window-dragging style properties

And replaces its usages in GtkTextView/GtkStyleContext with a hard-coded
0.04 which was the default value for cursor-aspect-ratio.  Also remove
the public gtk_draw_insertion_cursor which used draw_insertion_cursor
which in turn looked up cursor-aspect-ratio
gtk/gtkstylecontext.c
gtk/gtkstylecontext.h
gtk/gtkwidget.c
gtk/gtkwindow.c
testsuite/gtk/cssprovider.c